UCF STIG Viewer Logo

vSphere Client must be configured to show error pages with minimal information.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239765 VCFL-67-000024 SV-239765r679522_rule Medium
Description
Web servers will often display error messages to client users, displaying enough information to aid in the debugging of the error. The information given back in error messages may display the web server type, version, patches installed, plug-ins and modules installed, type of code being used by the hosted application, and any backends being used for data storage. This information could be used by an attacker to blueprint what type of attacks might be successful. Therefore, vSphere Client must be configured to not show server version information in error messages.
STIG Date
VMware vSphere 6.7 Virgo-Client Security Technical Implementation Guide 2021-03-18

Details

Check Text ( C-42998r679520_chk )
At the command prompt, execute the following command:

# xmllint --format --xpath '/Server/Service/Connector/@server' /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml

Expected result:

server="Anonymous" server="Anonymous"

If the output does not match the expected result, this is a finding.
Fix Text (F-42957r679521_fix)
Navigate to and open /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml.

Configure each node with the following:

server="Anonymous"